[INFO] cloning repository https://github.com/SIR-WIZIX/rusty-snake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SIR-WIZIX/rusty-snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSIR-WIZIX%2Frusty-snake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSIR-WIZIX%2Frusty-snake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cd401752930d52895f22d2ae6df77a90684c07d7
[INFO] fixing SIR-WIZIX/rusty-snake against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSIR-WIZIX%2Frusty-snake" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SIR-WIZIX/rusty-snake
[INFO] finished tweaking git repo https://github.com/SIR-WIZIX/rusty-snake
[INFO] tweaked toml for git repo https://github.com/SIR-WIZIX/rusty-snake written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SIR-WIZIX/rusty-snake on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SIR-WIZIX/rusty-snake already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rdev v0.4.6
[INFO] [stderr]   Downloaded core-graphics v0.19.2
[INFO] [stderr]   Downloaded user32-sys v0.2.0
[INFO] [stderr]   Downloaded readkey v0.2.2
[INFO] [stderr]   Downloaded core-graphics v0.21.0
[INFO] [stderr]   Downloaded readmouse v0.2.1
[INFO] [stderr]   Downloaded k_board v1.3.1
[INFO] [stderr]   Downloaded device_query v4.0.1
[INFO] [stderr]   Downloaded macos-accessibility-client v0.0.1
[INFO] [stderr]   Downloaded console v0.16.0
[INFO] [stderr]   Downloaded cocoa v0.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae
[INFO] running `Command { std: "docker" "start" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking k_board v1.3.1
[INFO] [stderr]    Compiling user32-sys v0.2.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling device_query v4.0.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking console v0.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rdev v0.4.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking snake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in crate `user32`
[INFO] [stdout]    --> main.rs:116:37
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 if unsafe { user32::GetAsyncKeyState(i) } == -32767 {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^ not found in `user32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_LEFT` in crate `winapi`
[INFO] [stdout]    --> main.rs:118:33
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         winapi::VK_LEFT => direction = 3,
[INFO] [stdout]     |                                 ^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_UP` in crate `winapi`
[INFO] [stdout]    --> main.rs:119:33
[INFO] [stdout]     |
[INFO] [stdout] 119 |                         winapi::VK_UP => direction = 0,
[INFO] [stdout]     |                                 ^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_RIGHT` in crate `winapi`
[INFO] [stdout]    --> main.rs:120:33
[INFO] [stdout]     |
[INFO] [stdout] 120 |                         winapi::VK_RIGHT => direction = 1,
[INFO] [stdout]     |                                 ^^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_DOWN` in crate `winapi`
[INFO] [stdout]    --> main.rs:121:33
[INFO] [stdout]     |
[INFO] [stdout] 121 |                         winapi::VK_DOWN => direction = 2,
[INFO] [stdout]     |                                 ^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Event` and `listen`
[INFO] [stdout]  --> main.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rdev::{listen, Event};
[INFO] [stdout]   |            ^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snake` (bin "main") due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in crate `user32`
[INFO] [stdout]    --> main.rs:116:37
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 if unsafe { user32::GetAsyncKeyState(i) } == -32767 {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^ not found in `user32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_LEFT` in crate `winapi`
[INFO] [stdout]    --> main.rs:118:33
[INFO] [stdout]     |
[INFO] [stdout] 118 |                         winapi::VK_LEFT => direction = 3,
[INFO] [stdout]     |                                 ^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_UP` in crate `winapi`
[INFO] [stdout]    --> main.rs:119:33
[INFO] [stdout]     |
[INFO] [stdout] 119 |                         winapi::VK_UP => direction = 0,
[INFO] [stdout]     |                                 ^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_RIGHT` in crate `winapi`
[INFO] [stdout]    --> main.rs:120:33
[INFO] [stdout]     |
[INFO] [stdout] 120 |                         winapi::VK_RIGHT => direction = 1,
[INFO] [stdout]     |                                 ^^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `VK_DOWN` in crate `winapi`
[INFO] [stdout]    --> main.rs:121:33
[INFO] [stdout]     |
[INFO] [stdout] 121 |                         winapi::VK_DOWN => direction = 2,
[INFO] [stdout]     |                                 ^^^^^^^ not found in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Event` and `listen`
[INFO] [stdout]  --> main.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rdev::{listen, Event};
[INFO] [stdout]   |            ^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snake` (bin "main" test) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae", kill_on_drop: false }`
[INFO] [stdout] c15767e0f0c9c69c155e9923cc298e91763822bfa6a3dcd193c1a4c99bd195ae
